Click or drag to resize

ServiceRequestExceptionMessage Property

Gets a message that describes the current exception.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public override string Message { get; }

Property Value

Type: String
The message.

Return Value

Type: String
The error message that explains the reason for the exception, or an empty string("").

Implements

_ExceptionMessage
See Also